NOTE: Make a backup of quickstart.lua incase something is messed up and you have to restore!

If you wish to, you may play these missions directly, however, you can also include them in the instant actions panel by doing the following:

1. Copy the .miz files, paste them in the folder:
DCSWorld\Mods\aircraft\Flaming Cliffs\Missions\QuickStart

2. Within the same quickstart folder, search for quickstart.lua

3. Paste the following under "-- Su-27" in quickstart.lua

{
    name = _('Su-27 1v1 BVR Combat'),
    file = 'Su27BVRCombat.miz',
    },
	
  {
    name = _('Su-27 1 Circle Dogfight'),
    file = 'Su271CircleDogfight.miz',
    },

  {
    name = _('Su-27 2 Circle Dogfight'),
    file = 'Su272CircleDogfight.miz',
    },
  {
    name = _('Su-27 EWR Strike'),
    file = 'Su27EWRStrike.miz',
    },
  
    {
    name = _('Su-27 FAB-500 Strike'),
    file = 'Su27FAB500Strike.miz',
    },
  
    {
    name = _('Su-27 Convoy Attack'),
    file = 'Su27ConvoyAttack.miz',s
    },

